﻿body {
width: 100%;
}
#wrap {
max-width: 800px;
margin: 0 auto;
min-width: 320px;
min-height: 100px;
overflow: hidden;
}
.templatearea {
width: 100%;
height: 0px;
position: relative;
letter-spacing: 0px;
}

.item {
display: flex;
}

.text {
width: 100%;
}

.area .map_wrap iframe {
width: 100% !important;
height: 150px !important;
box-sizing: border-box;
}

.photo {
display: flex;
flex-wrap: wrap;
flex-direction: column; /*수직 정렬*/
align-items: center;
justify-content: center;
}

.mapImg {
width: 100% !important;
height: auto !important;
}



.iframe_wrap iframe {
width: 100% !important;
height: 100% !important;
}

.etcarea {
width: 100%;
height: 100%;
position: relative;
letter-spacing: 0px;
}
.etcarea .etc_info {
    margin: 20px 3% 0;
    padding-bottom:60px;
    border-bottom: 1px solid #ddd;
}

.etcarea li {
display: flex;
flex-direction: column;
}

.etcarea li:not(:last-child) {
    margin-bottom:16px;
}

.etcarea li strong {
    font-size: 15px;
    color:#333;
    letter-spacing:-0.38px;
    margin-bottom:8px;
}
.etcarea li span {
    font-size:14px;
    line-height:20px;
    letter-spacing:-0.35px;
    word-break:keep-all;
}


.d_day {
display: none;
}

.dvfooter img {
width: 100%;
}


/** 계좌번호 신규추가 2021.10.14 **/
.scroll_off {
height: 100%;
min-height: 100%;
overflow: hidden !important;
touch-action: none;
}

/* 계좌번호보기 팝업 */
.account_pop {
display: none;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 100;
text-align: center;
}

.account_pop:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
}

.account_pop .layer_pop {
position: relative;
display: inline-block;
vertical-align: middle;
max-width: 450px;
width: 90%;
height: auto;
background: #fff;
z-index: 1000;
padding: 0 10px;
border: 1px solid #ebebeb;
box-sizing: border-box;
margin: auto;
text-align: left;
}

.account_pop .layer_pop .account_list {
max-height: 480px;
overflow-y: auto;
padding: 24px 10px 0;
}

.account_pop .layer_pop .account_list .mCSB_scrollTools {
width: 4px;
}

.account_pop .layer_pop .account_list .mCSB_scrollTools .mCSB_draggerRail {
background: #f1f1f1;
}

.account_pop .layer_pop .account_list .mCSB_scrollTools .mCSB_dragger_bar {
background: #ccc;
}

.account_pop .layer_pop .account_list .mCSB_container {
margin-right: 0;
}

.account_pop .layer_pop .account_list.add_scroll {
padding: 24px 0 0 10px;
}

.account_pop .layer_pop .account_list.add_scroll .mCSB_container {
margin-right: 16px;
}

.account_pop .layer_pop dl {
margin-bottom: 24px;
}

.account_pop .layer_pop dl dt {
position: relative;
font-size: 16px !important;
line-height: 24px;
border-bottom: 1px solid #ebebeb;
margin-bottom: 10px;
padding-bottom: 10px;
font-family: "Spoqa Han Sans Neo", sans-serif;
color: #333;
}

.account_pop .layer_pop dl dt .copy_btn {
position: absolute;
top: 0;
right: 0;
width: 55px;
height: 22px;
line-height: 22px;
background: #757575;
font-size: 12px !important;
color: #fff;
text-align: center;
border-radius: 20px;
font-family: "Noto Sans Kr", sans-serif;
}
.account_pop .layer_pop dl dt .card_btn {
    position: absolute;
    top: 0;
    right: 60px;
    width: 55px;
    height: 22px;
    line-height: 22px;
    background: #98a3f4;
    font-size: 12px !important;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    font-family: "Noto Sans Kr", sans-serif;
}
.account_pop .layer_pop dl dd {
font-size: 16px;
line-height: 24px;
color: #757575;
font-family: "Spoqa Han Sans Neo", sans-serif;
font-weight: 300;
}

.account_pop .layer_pop dl dd span {
color: inherit;
}

.account_pop .layer_pop .btn_wrap {
margin-top: 32px;
padding: 0 10px 24px;
}

.account_pop .layer_pop .btn_wrap .btn {
height: 45px;
line-height: 45px;
background: #98a3f4;
color: #fff;
padding: 0;
font-family: "Noto Sans Kr", sans-serif;
}

.account_pop .pop_mask {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0,0,0,0.3);
}

/** toast style **/
#wrap .toast {
position: fixed;
width:90%;
max-width:500px;
right: 50%;
bottom: -10%;
transform: translateX(50%);
z-index: 100;
word-break:break-all;
text-align:center;
}

#wrap .toast p {
display: none;
font-size: 15px;
line-height:21px;
font-weight: 400;
color: #fff;
box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.24);
  background-color: rgba(51, 51, 51, 0.9);
border-radius: 3px;
padding:20px;
font-family: 'Noto Sans Kr', sans-serif;
}




